home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / v cisle / deepburner / DeepBurner1.exe / DeepBurner.exe / 0 / RCDATA / TTEXTEDITFORM / TTEXTEDITFORM.txt
Text File  |  2006-03-23  |  2KB  |  78 lines

  1. object TextEditForm: TTextEditForm
  2.   Left = 247
  3.   Top = 142
  4.   Width = 340
  5.   Height = 276
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Text'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Memo: TMemo
  20.     Left = 0
  21.     Top = 0
  22.     Width = 332
  23.     Height = 211
  24.     Align = alClient
  25.     Lines.Strings = (
  26.       'Text')
  27.     TabOrder = 0
  28.   end
  29.   object Panel1: TPanel
  30.     Left = 0
  31.     Top = 211
  32.     Width = 332
  33.     Height = 36
  34.     Align = alBottom
  35.     BevelOuter = bvNone
  36.     TabOrder = 1
  37.     object btnCancel: TButton
  38.       Left = 246
  39.       Top = 6
  40.       Width = 75
  41.       Height = 25
  42.       Cancel = True
  43.       Caption = 'Cancel'
  44.       TabOrder = 0
  45.       OnClick = btnCancelClick
  46.     end
  47.     object btnOk: TButton
  48.       Left = 161
  49.       Top = 6
  50.       Width = 75
  51.       Height = 25
  52.       Caption = 'Ok'
  53.       TabOrder = 1
  54.       OnClick = btnOkClick
  55.     end
  56.   end
  57.   object smlFormLangRes: TsmlFormLangRes
  58.     LangFileName = 'DefLang.ini'
  59.     IgnoreEmptyString = True
  60.     AutoCreateMode = True
  61.     AddBracket = True
  62.     StringProperties.Strings = (
  63.       'Caption')
  64.     StringsProperties.Strings = (
  65.       'Tabs'
  66.       'Items')
  67.     IgnoreControls.Strings = (
  68.       'Panel1')
  69.     IgnoreFormCaption = False
  70.     IncludeListViewItems = False
  71.     IncludeListViewHead = False
  72.     IncludeTreeViewItems = False
  73.     Active = False
  74.     Left = 8
  75.     Top = 216
  76.   end
  77. end
  78.